projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcb305
)
Reverse conditional in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Aug 1996 16:10:43 +0000
(16:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Aug 1996 16:10:43 +0000
(16:10 +0000)
lib-src/pop.c
patch
|
blob
|
history
diff --git
a/lib-src/pop.c
b/lib-src/pop.c
index 69c330b21c60d8fc8fb764f42754fcb7e21dbe3f..5657df5a5d0aaa2018a31823257af887416bc855 100644
(file)
--- a/
lib-src/pop.c
+++ b/
lib-src/pop.c
@@
-75,13
+75,13
@@
extern struct servent *hes_getservbyname (/* char *, char * */);
#ifdef KERBEROS
#ifndef KRB5
-#ifdef SOLARIS2
+#if
n
def SOLARIS2
#include <des.h>
#include <krb.h>
-#else /* SOLARIS2 */
+#else /*
not
SOLARIS2 */
#include <kerberos/des.h>
#include <kerberos/krb.h>
-#endif /* SOLARIS2 */
+#endif /*
not
SOLARIS2 */
#else /* KRB5 */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>